home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / utils15 / moveall.doc < prev    next >
Text File  |  1994-10-05  |  9KB  |  222 lines

  1.  
  2.                           ░▒▓█  MoveALL  █▓▒░
  3.  
  4.                 Please register, see the REGISTER.NOW file.
  5.  
  6. ────────────────────────────────────────────────────────────────────────────────
  7.  
  8. Getting started:
  9.  
  10.  Move or copy (install) the MoveALL.exe file to your hard drive.
  11.  
  12.  For example you can copy MoveALL.exe to C:\DOS (copy a:\moveall.exe c:\dos)
  13.  that way it should be in the PATH of your computer which allows you to
  14.  type and use MoveALL from anywhere on your computer even on other drives.
  15.  
  16.  If you've registered then use my Install program to install to your 
  17.  hard drive. Follow the instructions below...
  18.  Type "A:" or "B:" (press ENTER) then "INSTALL" and pick what you want to
  19.  install, the installation program will then allow you to change the default
  20.  location of where to install.
  21.  
  22. ────────────────────────────────────────────────────────────────────────────────
  23.  
  24. Help Info:
  25.  
  26.              MoveALL  Copyright (C) 1993-1994 by  Deric Benesch
  27.  
  28.  MoveALL will move directories/files you specify. It will prompt you when a
  29.  disk runs out of memory and allow you to change it without having to quit.
  30.  You can stop at any time by pressing any key and when prompted press [ESC].
  31.  It also renames file and directory names if they are located on the same
  32.  drive for increased speed.
  33.  
  34.  You can rename a directory by entering the directory name you wish to change
  35.  and the name you want it changed to. For example if you want to change a
  36.  directory called MYDIR to a directory called ITSMINE simply type:
  37.  
  38.  
  39.                           MOVEALL  MYDIR ITSMINE
  40.  
  41.  
  42.  MOVEALL  Source PATH or /C  Destination PATH  [/F] [/G] [/S] [/R] [/V] [/D]
  43.  
  44.  
  45.    Source PATH   - You must include this parameter. This is where the files/
  46.                    directories you want to move are located.
  47.  
  48.  
  49.    /C     - Tells MoveALL that the source files/directories are in the
  50.             Current directory.
  51.  
  52.  
  53.    Destination PATH   - You must include this parameter. This is where you
  54.                         want to move the source files/directories to.
  55.  
  56.  
  57.    /F     - MoveALL will prompt you to confirm each File before it is moved.
  58.  
  59.  
  60.    /G     - MoveALL will prompt you before Going into a directory allowing
  61.             you to skip it if you want.
  62.  
  63.  
  64.    /S     - MoveALL will make Subdirectories in the destination
  65.             directory/drive unless you use this parameter. It will move all
  66.             files to the destination without creating subdirectories instead.
  67.  
  68.  
  69.    /R     - MoveALL will Replace existing files unless you use this parameter.
  70.  
  71.  
  72.    /V     - Turns disk-write Verification on to ensure that new files are
  73.             written correctly.
  74.  
  75.    /D     - MoveALL will NOT try to remove Directories.
  76.  
  77.  
  78. ────────────────────────────────────────────────────────────────────────────────
  79.  
  80. Examples:
  81.  
  82.    To move files from a 1.2M 5¼" drive B: to a 1.44M 3½" drive A: type:
  83.  
  84.                        C:\>MoveALL B:\    A:\
  85.                        ^^^^        ^^^    ^^^
  86.                       Don't       |Source|Destination
  87.                       type "C:\>"
  88.                       it's the prompt.
  89.  
  90. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  91.  
  92.    If you want to move files from "C:\STUFF" and its subdirectories to
  93.    "C:\TEMP" but do not want MoveALL to make the subdirectories in "C:\TEMP"
  94.    then type:
  95.  
  96.                C:\>MoveALL STUFF    TEMP        /D
  97.                ^^^^        ^^^^^    ^^^^        ^^
  98.              Prompt       | Source |Destination|Don't make subDirectories
  99.  
  100.    If "C:\TEMP" does not exist MoveALL will rename "C:\STUFF" to "C:\TEMP"
  101.  
  102. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  103.  
  104. NOTE: MoveALL is NOT CASE SENSITIVE so you can type "stuff", "STUFF",
  105.       "Stuff", ect, ect.
  106.  
  107.       It also does not matter how many spaces are between parameters so
  108.       long as there is AT LEAST ONE space.
  109.  
  110. ────────────────────────────────────────────────────────────────────────────────
  111.  
  112. What you get when you register:
  113.  
  114.    When you register you will be able to move groups of files...
  115.  
  116.       MoveALL C:\*.WAV  C:\WAVS  /D
  117.                  ^^^^^
  118.                  Registered only.
  119.  
  120.    like *.WAV files from anywhere on your hard disk and collect them in one
  121.    directory. The "/D" tells MoveALL not to make subdirectories in C:\WAVS.
  122.  
  123.  
  124.    You can also rename files "on-the-fly":
  125.  
  126.       MoveALL   \BP\*.EXE                     \TEMP\*.WOW
  127.                     ^^^^^                           ^^^^^
  128.                 Move "*.EXE"s from "\BP"| To "\TEMP" and rename to "*.WOW"s
  129.  
  130. ────────────────────────────────────────────────────────────────────────────────
  131.  
  132. Error code list:
  133.  
  134.             Error Number│Error Message
  135.             ════════════╪═════════════════════════════════
  136.                       1 │Invalid function number
  137.              Normal » 2 │File not found
  138.              Normal » 3 │Path not found
  139.  Increase "FILES="  » 4 │Too many open files
  140.    Read only files  » 5 │File access denied
  141.   Shouldn't happen  » 6 │Invalid file handle
  142.   Shouldn't happen » 12 │Invalid file access code
  143.                      15 │Invalid drive number
  144.             Normal » 16 │Cannot remove current directory
  145.   Shouldn't happen » 17 │Cannot rename across drives
  146.                      18 │No more files
  147.                     100 │Disk read error
  148.                     101 │Disk write error
  149.                     102 │File not assigned
  150.                     103 │File not open
  151.                     104 │File not open for input
  152.                     105 │File not open for output
  153.                     106 │Invalid numeric format
  154.  Change tab on    » 150 │Disk is write-protected
  155.  floppy disk.       151 │Bad drive request struct length
  156.     Floppy drives » 152 │Drive not ready
  157.                     154 │CRC error in data
  158.                     156 │Disk seek error
  159.                     157 │Unknown media type
  160.     Need new disk » 158 │Sector Not Found
  161.                     159 │Printer out of paper
  162.  Printer not      » 160 │Device write fault
  163.  connected.         161 │Device read fault
  164.  Sometimes network» 162 │Hardware failure
  165.  causes this,norm.  200 │Division by zero
  166.                     201 │Range check error
  167.  May happen since » 202 │Stack overflow error
  168.  program            203 │Heap overflow error
  169.  uses recursion     204 │Invalid pointer operation
  170.  but can't be       205 │Floating point overflow
  171.  fixed easily.      206 │Floating point underflow
  172.                     207 │Invalid floating point operation
  173.                     208 │Overlay manager not installed
  174.                     209 │Overlay file read error
  175.                     210 │Object not initialized
  176.                     211 │Call to abstract method
  177.                     212 │Stream registration error
  178.                     213 │Collection index out of range
  179.                     214 │Collection overflow error
  180.                     215 │Arithmetic overflow error
  181.   Won't happen yet» 216 │General Protection fault
  182.  
  183. ────────────────────────────────────────────────────────────────────────────────
  184.  
  185.                      Get Deric's latest releases from:
  186.                      ░▒▓█ Software Creations BBS █▓▒░
  187.  
  188.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  189.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  190.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  191.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  192.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  193.  
  194.                         » "Home of the Authors" «
  195.                * Software Creations Voted #1 BBS for 1993 *
  196.                      "There's no place like home!" 
  197.  
  198.  
  199.       For tech support or suggestions you can leave me a message on
  200.                         Software Creations BBS.
  201.                   At the main board leave a message to
  202.            "DERIC BENESCH" and I will get back to you A.S.A.P.
  203.  
  204. ────────────────────────────────────────────────────────────────────────────────
  205.  
  206. Keep a look out for Deric's Super Dos Shell
  207.  
  208.    It will have all the features of the registered versions of my util
  209.    programs as well as a file (HEX and ASCII) editor and a text editor
  210.    along with print features. Most importantly it will allow you to move
  211.    around your computer and load up programs quickly without using up
  212.    a lot of base memory (only uses 6K).
  213.    It has full mouse support and you can configure everything including
  214.    its colors.
  215.  
  216.  
  217. Other Utils to look for:
  218.  
  219.             CopyALL - Copies whole drives/directories FAST!
  220.            SuperDel - Deletes whole drives/directories REAL FAST!
  221.             Encrypt - Encrypt/Decrypt your favorite files!
  222.